home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / magneto.swf / scripts / DefineButton2_88 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-07-07  |  883 b   |  40 lines

  1. on(press){
  2.    if(mto == "" or subject == "" or mto == undefined or subject == undefined or mto.indexOf("@") < 1)
  3.    {
  4.       ttt = 1;
  5.       mto = "";
  6.       subject = "";
  7.    }
  8.    else if(ttt != 1)
  9.    {
  10.       ttt = 2;
  11.       okol.nextFrame();
  12.       loadVariables("http://www.crawlor.com/gameshot/magneto/sendt.php?" + new Date().getTime(),this,"POST");
  13.       trace("send");
  14.       this.onData = function()
  15.       {
  16.          if(eintrag)
  17.          {
  18.             gotoAndStop(4);
  19.             ttt = 0;
  20.             mto = "";
  21.             subject = "";
  22.             delete eintrag;
  23.          }
  24.          else
  25.          {
  26.             gotoAndStop(4);
  27.             ttt = 0;
  28.             mto = "";
  29.             subject = "";
  30.             status_txt.text = "Fehler !";
  31.             delete eintrag;
  32.          }
  33.       };
  34.    }
  35.    if(ttt == 1)
  36.    {
  37.       gotoAndStop(3);
  38.    }
  39. }
  40.